home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tech91.zip / TI593.ASC < prev    next >
Text File  |  1991-08-26  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.   PRODUCT  :  Paradox                                NUMBER  :  593
  8.   VERSION  :  3.5
  9.        OS  :  DOS
  10.      DATE  :  August 26, 1991                          PAGE  :  1/1
  11.  
  12.     TITLE  :  Retrieving Paradox executable files from the zip
  13.               files located on the product disks.
  14.  
  15.  
  16.  
  17.  
  18.   If some of the Paradox files did not get installed, unzipping
  19.   them from the system disk 1, 2 and the installation disks will
  20.   possibly get them back.  The following outlines the procedure to
  21.   unzip the needed files.
  22.  
  23.        1) Make a subdirectory off your root directory of your hard
  24.           disk and name the subdirectory pdxsys.
  25.  
  26.        2) Copy all the files from the system disk 1 (pdox1.zi1),
  27.           system disk 2 (pdox1.zi2, pdox2.zi1), system disk 3
  28.           (pdox2.zi2), and the installation disk (sys.zip) into the
  29.           pdxsys subdirectory.
  30.  
  31.        3) Copy the unzip.exe file (found on the installation disk)
  32.           into the pdxsys subdirectory.
  33.  
  34.        4) The files from the system disks are not in the proper zip
  35.           format to be unzipped from the unzip.exe program.  In
  36.           order to unzip the Paradox files from the files taken
  37.           from the product disks, you need to concatenate pairs of
  38.           files together.
  39.             type:
  40.                  copy pdox1.* /b sys1.zip
  41.                  copy pdox2.* /b sys2.zip
  42.  
  43.           The first copy command concatenates pdox1.zi1 and
  44.           pdox1.zi2 together into one file (sys1.zip).  The second
  45.           copy command concatenates pdox2.zi1 and pdox2.zi2
  46.           together into one file (sys2.zip).  NOTE: the sys.zip
  47.           file is already in the proper format to be unzipped.
  48.  
  49.        5) Unzip the sys1.zip, sys2.zip and sys.zip files one at a
  50.           time.
  51.             type:
  52.                  unzip sys
  53.                  unzip sys1
  54.                  unzip sys2
  55.  
  56.        6) Copy all appropriate files from the pdxsys subdirectory
  57.           to the Paradox system directory (pdox35).
  58.  
  59.        You may now delete the temporary subdirectory, pdxsys, and
  60.   all it's files and start Paradox normally.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.